class HardTest
{
 public HardMethod()
 {
  string str = @"//not a 
comment ;)";
  string str2 = "/*no\"oo\\oo*/";
 }
}
